www.gusucode.com > RQCMS PHP文章管理系统 v2.3PHP源码程序 > RQCMS PHP文章管理系统 v2.3/rqcms_v2.3/rqcms_v2.3/data/themes/shinehome/category.php

    <?php
include RQ_DATA."/themes/$theme/header.php";

//栏目名称
$catename="Products  &gt; ".$cate['name'];
if($cate['cid']=='13') $catename=$cate['name'];

$pfile='category';
$purl=$cate['url'];

include RQ_DATA."/themes/$theme/list.php";
include RQ_DATA."/themes/$theme/footer.php";
?>